Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
abs
abs
Absolute value
Name:
abs
Category:
math
Programming Language:
php
One-line Description:
Absolute value.
Related
Notes on using PHP abs() function and four operations
8
PHP abs() function: basic usage methods and examples
5
«
1
2
»
Similar Functions
fmod
fmod
Returnstheremaindero
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
asinh
asinh
Inversehyperbolicsin
dechex
dechex
Convertdecimaltohexa
mt_srand
mt_srand
Sowabetterrandomnumb
asin
asin
Ancientsine
pi
pi
Getthepivalue
hexdec
hexdec
Converthexadecimalto
Popular Articles
PHP abs() FAQs and solutions encountered when dealing with negative numbers
Best practices for using PHP abs() in combination with other mathematical functions
Notes on using PHP abs() function and four operations
PHP abs() function: basic usage methods and examples
How to use abs() function for data verification and cleaning
Using the abs() Function with PHP Date Functions: Detailed Example Explained
How to Use PHP abs() Function to Handle Negative Timestamps: Methods and Precautions
Optimization method for implementing balanced algorithm using abs() in PHP